Re: indexes - Mailing list pgsql-sql

From Chris Ruprecht
Subject Re: indexes
Date
Msg-id p05101211b885cb366c7c@[192.168.0.6]
Whole thread Raw
In response to indexes  (Isabelle Brette <isabelle@apartia.fr>)
Responses Re: indexes
List pgsql-sql
Isabella,

I would do a
create index sess_created on sessions (ip, to_char);

This satisfies the where clause and might help in the group by.

Best regards,
Chris

At 18:05 +0100 02/05/2002, Isabelle Brette wrote:
>Hi everybody ^^
>
[snip]

-- 
Chris Ruprecht
Network grunt and bit pusher extraordinaíre

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: WAL filling up disk
Next
From: Chris Ruprecht
Date:
Subject: Re: WAL filling up disk